* subr.el (keyboard-translate): Doc fix.
authorChong Yidong <cyd@gnu.org>
Wed, 18 Jul 2012 13:31:16 +0000 (21:31 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 18 Jul 2012 13:31:16 +0000 (21:31 +0800)
lisp/ChangeLog
lisp/subr.el

index 2b571a052402ffb971e5a5a53b17cdcd74eb52cb..6afecebc0e8da92d570124bc75505e66fc730d5c 100644 (file)
@@ -5,6 +5,8 @@
 
 2012-07-18  Chong Yidong  <cyd@gnu.org>
 
+       * subr.el (keyboard-translate): Doc fix (Bug#7261).
+
        * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
        and make C-x 8 RET exit isearch (Bug#11439).
 
index 93273b1d41dd2b8f2fc7eb2f5051ff8a9d2060b3..8952ea6a9e0dcb5f6c23401cdf179e382c27d810 100644 (file)
@@ -732,7 +732,7 @@ Subkeymaps may be modified but are not canonicalized."
 (put 'keyboard-translate-table 'char-table-extra-slots 0)
 
 (defun keyboard-translate (from to)
-  "Translate character FROM to TO at a low level.
+  "Translate character FROM to TO on the current terminal.
 This function creates a `keyboard-translate-table' if necessary
 and then modifies one entry in it."
   (or (char-table-p keyboard-translate-table)